OpenRoads Designer CONNECT Edition SDK Help

GetDVector3d Method

Initializes a new instance of the vector structure.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  DVector3d GetDVector3d(thisdouble direction,double distance)

Parameters

SettingDescription
   2D direction of the vector (radian).
   Length of the vector.

Return Value

DVector3d

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also